/* CSS Document */
/*
引用FLASH透明
<embed src="images/fl.swf" wmode="transparent" width="1161" height="71"></embed>

引用
<Iframe  src="hd.html" width="1420" height="400" marginheight="0" marginwidth="0" scrolling="no"  frameborder="0"></iframe>

模糊
.about img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.5;
	padding-left:1px;

}

表格1px
.about table { 
	border-collapse: collapse; 
	border: none; 
} 
.about table td { 
	border: solid #000 1px; 
} 

手形
cursor:pointer;


字间距为8px
letter-spacing:8px;
visibility:hidden;占位

ul dl 自适应
overflow:auto;
 zoom:1;
 
第一个LI
.nav ul li:first-child

最后一个LI
.nav ul li:last-child {
background: none;

实际减
box-sizing:border-box;

*/

*{
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
	font-size:12px;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI",SimHei,"宋体",simsun,sans-serif;
	/*background: #FF0000;*/
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6,b{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

em{
	font-style:normal;
}
	
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style-type:none;
}

/*IE6 去间隙*/	

img{
	border:none;
	display:block;
	vertical-align:top;
}

a{
	cursor:pointer;
	text-decoration:none;
	color: #000000;
}

a:hover {
	cursor:pointer;
	text-decoration: underline;
	color: #FF0000;
}

.clear{
	zoom:1;
}
.clear:after{
	content:""; 
	display:block;
	clear:both;
}

/*布局*/
.hydiv,
.topdiv,
.headdiv,
.subMenu,
.bannerdiv,
.logodiv,
.navdiv,
.gd_picdiv,
.indexdiv,
.linkdiv,
.c_cendiv,
.samediv,
.spdiv,
.sbdiv,
.xwdiv,
.footerdiv,
.alnavdiv{
	width:100%;
	min-width:1150px;	
}


/*头部*/

.hydiv{
	background: url(../images/bj_01.jpg) repeat-x;
	
}

.hy{	
	margin:0 auto;
	width:1150px;
	height:42px;
	line-height:42px;
}

.hy h1 a,.hy b{
	font-size:14px;
	color:#7C6668;
}

.hy b{
	color:#333;

}

.hy em{
	float:right;
	color:#333;

}

.hy em a{
	color:#333;

}

.topdiv{
	
}

.top{	
	margin:0 auto;
	width:1150px;
	height:85px;
}

.logo{
	 float: left; 
	 width:367px;
	 height:85px;
}


.gg{
	  float:right;
	  width:355px;
	  height:85px;	
}



/*搜索样式1*/

#search {
	float:right;
	 margin-top: 20px; 
	 margin-left: 5px; 
	 width: 380px; 
	 height: 35px; 
	 overflow: hidden;
}

#search h1 {
	float:left;
	width:70px;
	height:26px;
	color:#333; 
	font:italic 14px/26px Microsoft YaHei;
}

#search input { 
	float: left; 
}

.inp_srh {
	width: 186px;
	height: 26px; 
	line-height: 26px; 
	text-indent: 30px; 
	color: #999;
	background: url(../images/search_bg.png) no-repeat 0 0;
	border: none;
}

.btn_srh { 
	width: 60px;
	height: 26px; 
	line-height: 26px; 
	background: url(../images/search_bg.png) no-repeat -186px 0;
	border: none;
	cursor: pointer;
	color: #fff; 
	font-size: 12px; 
	text-indent: -5000px;
}

#search * { 
	vertical-align: middle;
}

/*搜索样式2*/

.search {
	float:right;
	 margin-top: 20px; 
	 margin-left: 5px; 
	 width: 380px; 
	 height: 35px; 
	 overflow: hidden;
	 background:#0000FF;
}
.search .am-topbar-form{
	width:160px;
	height:30px;
	border:none;
	line-height:30px;
	float:left;
}

.search .button{
	width:62px;
	height:30px;
	background:#337AB7;
	border:none;
	cursor:pointer;
	float:left;
	color:#FFFFFF;
}

/*导航一*/



.menu {
	width:100%;
	background:#4E4E4E;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	position:absolute;
	z-index: 9991;
}

.nav {
	margin:0 auto;
	max-width:1150px;
	height:45px;
	overflow: visible;
	box-sizing: border-box;
}


.nav ul {
	font-size: 14px;
	font-weight:bold;
	list-style: none;

}

.nav ul li {
	float:left; 
	position:relative;
	background:url(../images/nav_line.jpg) no-repeat right  center;
	font-weight:bold;

}

.nav ul li a{
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:135px; 
	height:45px; 
	color: #FFFFFF;
	line-height:45px; 

}

.nav ul li:first-child{
	color:#FFFFFF;
	/*background: #0159BD;*/
}


.nav ul li ul {
	
	display: none;

}


.nav ul li:hover a {
	color:#FFFFFF;
	background: #4E4E4E;
}

.nav ul li:hover ul {
	display:block; 
	position:absolute; 
	top:45px; 
	left:0; 
	width:135px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.8;


}



.nav ul li:hover ul li {
	font-size: 12px;	
}


.nav ul li:hover ul li a {
	
	width:135px;
	height: 25px;
	line-height: 25px;
	display:block;
	color:#FFFFFF;
	font-weight:normal;	
}

.nav ul li:hover ul li a:hover {
	background:#081839;
	color: #FFFFFF;

}


/*banner*/

.bannerdiv{
	overflow:hidden;	
}

.banner{
	margin:0 auto;
	
}



.bannerbox,#focus,#focus,#focus ul,#focus ul li{
	width:1920px;
	height:524px;
	overflow: hidden;	
}

.bannerbox {
	margin:0 auto;
	position: relative;
	left:50%;
	margin-left:-960px;
	background-color: #F0F0F0;

}

#focus {
	clear: both;
	position: relative;
	float: left;
}
#focus ul {
	float: left;
	position: absolute;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#focus ul li {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#focus .preNext {
	width:500px;
	height:524px;
	position: absolute;
	top: 0px;
	cursor: pointer;	
}
#focus .pre {
	left: 0;
	background:url(../images/sprite.png) no-repeat center;
	
}
#focus .next {
	right: 0;
	background: url(../images/sprite1.png) no-repeat center;
}

/*全局居中*/

.indexdiv{
	margin:28px 0;
	overflow:hidden;
}

.index{
	margin:0 auto;
	width:1100px;	
}

.c_top .left ul,
.c_top .right dl{
	
}
.c_top .left{
	background:#E3E3E3;	
	
}
.c_top .left{
	float:left;
	width:238px;
}


.c_top .left h1{
	height:55px;
	text-indent:-9999px;
	background:url(../images/al.jpg) no-repeat;
	
}

.c_top .left ul{
	margin:0 auto;
	width:177px;
	padding-bottom:40px;
	
}

.c_top .left .gg2{
	width:238px;
	height:100px;
	background: #FFFFFF url(../images/rexian.jpg) no-repeat left bottom;
	
	
}

.c_top .left ul li{
	height:43px;
	line-height:43px;
	border-bottom:1px  dotted #999999;
	background:url(../images/aico.jpg) no-repeat left center;
}

.c_top .left ul li a{
	display:block;
	text-decoration:none;
	text-indent:30px;
	color:#333;
}


.hover1 a,
.c_top .left ul li a:hover,
.hover1 a:visited{

	color: #CCCC00;
}


.c_top .right{
	width:840px;
	float: right;
}

.c_top .right h1{
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	background:url(../images/bl.jpg) no-repeat;
	text-indent:15px;
}

.c_top .right h1 b{
	
	font-size:14px;
	font-weight:bold;
}

.c_top .right h1 em a {
	color:#FFFFFF;
	float:right;
	padding-right:10px;
}


.c_top .right dl dt img{
	float:left;
	margin-right:5px;
	border:1px solid #E8E8E8;
	padding:2px;
}

.c_top .right dl dd{
	line-height:20px;
	
}

.c_top .right dl dd a{
	color: #0A6EC3;
	text-decoration:underline;
}	

.c_top .right dl dd a:hover{
	color: #E70E0E;
}

.c_cendiv{
	background:#E2E2E2;
	height:345px;
}

.c_cen{	
	margin:0 auto;
	width:1100px;
	
}

.c_cen dl{
	
}

.c_cen dl dt {

}

.c_cen dl dt img{
	float:left;
	margin-right:25px;
}

.c_cen dl dd{
	line-height:28px;
	font-size:14px;
	color:#333;
	padding-top:30px;
	
}

.spdiv{
	background:#C8DBE9;
	
	
}

.sp{	
	margin:0 auto;
	width:1100px;
	height:390px;
	background:url(../images/spbj.jpg) no-repeat left center;
	
}

.sp h1{
	text-align:center;
	font-size:30px;
	color:#333;
	padding:20px 0;
}

.sp dl dt{
	float:left;	
}

.sp dl dd{
	float:left;	
	padding-left: 50px;
}


.sp dl dd p:first-child{
	font-size:18px;
	color:#333333;
	background:none;
	
}

.sp dl dd p{
	font-size:14px;
	color:#333333;
	line-height:40px;
	background:url(../images/ico3.jpg) no-repeat left center;
	text-indent:25px;
	
}

.sbdiv{
	background:#E2E2E2;
	
	
}

.sb{	
	margin:0 auto;
	width:1100px;
	height:390px;
	
	
}

.sb h1{
	text-align:center;
	font-size:30px;
	color:#333;
	padding:20px 0;
}

.xwdiv{
		
}

.xw{	
	margin:0 auto;
	width:1100px;
	min-height:300px;
	
	
	
}

.xw a{
	color:#fff;
	
}

.xw a:hover{
	
	
}


.xw h1{
	text-align:center;
	font-size:30px;
	color:#333;
	padding:20px 0;
}

.xw .gsxw,.xw .hyxw,.xw .cjwt{
	width:345px;
	font-size:14px;
	color:#333;
	background:#EBEBEB;
	box-sizing:border-box;
	padding:10px;

}

.xw .gsxw p,.xw .hyxw p,.xw .cjwt p{
	background: #666666;
	color: #fff;
	padding:5px;



}


.xw .gsxw  em,.xw .hyxw  em,.xw .cjwt  em{
	float:right;
}



.xw .gsxw{	
	float: left;
	
}

.xw .gsxw ul li,.xw .hyxw ul li,.xw .cjwt ul li{
	line-height:35px;
		
}
.xw .gsxw ul li a,.xw .hyxw ul li a,.xw .cjwt ul li a{
	color:#333333;
	border-bottom:1px dotted #333333;
		
}

.xw .gsxw ul li a:hover,.xw .hyxw ul li a:hover,.xw .cjwt ul li a:hover{
	color: #CCCC00;
	text-transform:none;

		
}

.xw .hyxw{	
	float: left;
	margin:0 30px;	
}

.xw .cjwt{	
	float: right;

}


/*关于我们*/

.smallnav{
	height:50px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}

.smallnav ul li{
	float:left;
	line-height:50px;
	width:120px;
	text-align:center;
	border-right:1px solid #CCCCCC;
	font-size:14px;
}
.smallnav ul li:last-child {
	border-right: none;
}

.smallnav ul li a{
	display: block;
	color:#333;
}

.smallnav ul li a:hover{
	background:#D82425 url(../images/indexico.jpg) no-repeat 20px center;
	color:#FFFFFF;
	text-decoration:none;
}

.smallnav ul li a:hover{
	background:#D82425 url(../images/indexico.jpg) no-repeat 15px center;
	color:#FFFFFF;
	text-decoration:none;
}

.gs{
	line-height:35px;
	font-size:14px;
	color:#333;
}

/*新闻页面list_news&act_news*/


.list_news ol,
.art_news ol{
	min-height:270px;
}

.list_news ol li{
	height:40px;
	line-height:40px;
	border-bottom:1px dotted #DDDDDD;
	background:url(../images/newsico.jpg) no-repeat left  center;
	text-indent:20px;
	font-size:14px;
	
}

.list_news ol li em{
	color:#999999;
	float:right;
}

.list_news ol li a{
	color: #333;
	
}

.list_news ol li a:hover{
	color: #000000;
	text-decoration:none;
}

.art_news h3,
.art_news h4{
	text-align:center;
	padding:10px 0;
	font-size: 16px;
}

.art_news h3{
	font-weight:bold;
	color: #000000;
}

.art_news h4{
	padding-top:10px;
	font-size:12px;
	color: #333;
	border-bottom:1px  dashed #ddd;

}

.art_news ol li{
	line-height:30px;
	font-size:14px;
}

/*产品页面list_act&act_act*/


.list_act{
		
}

.list_act dl{
	float:left;
	width:255px;
	height:225px;
	margin:10px;
}

.list_act dl img{
	width:250px;
	height:190px;
	border:1px solid #ccc;
	padding:2px;
}

.list_act dl dd a {
	text-align:center;
	color:#333;
	line-height:25px;
	font-size:14px;	
}

.list_act dl dd a:hover {
	color:#333;
	

}

.list_act dl img:hover,
.thumbnail img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.8;
	border:1px solid #CC6600;	
}

.list_act dl  a,
.thumbnail a{
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#333333;
}

.list_act dl a:hover,
.thumbnail a:hover{
	color:#002F63;
}


/*放大镜内容页*/

.fdj{
	width:auto;
	padding:10px;
	padding-right:0px;
	padding-left:0px;
}

.box {
	
	float:left;
}
.tb-pic a {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.tb-pic a img {
	vertical-align:middle;
}
.tb-pic a {
	*display:block;
	*font-family:Arial;
	*line-height:1;
}
.tb-thumb {
	margin:10px 0 0;
	overflow:hidden;
}
.tb-thumb li {
	background:none repeat scroll 0 0 transparent;
	float:left;
	height:42px;
	margin:0 6px 0 0;
	overflow:hidden;
	padding:1px;
}
.tb-s310, .tb-s310 a {
	width:308px;
	height:233px;
	
}
.tb-s310, .tb-s310 img {
	max-width:308px;
	max-height:233px;
	
}
.tb-s310 a {
	*font-size:271px;
}
.tb-s40 a {
	*font-size:35px;
}
.tb-s40, .tb-s40 a {
	height:21px;
	width:31px;
}
.tb-booth {
	border:1px solid #CDCDCD;
	position:relative;
	z-index:1;
	padding:1px;	
}
.tb-thumb .tb-selected {
	background:none repeat scroll 0 0 #C30008;
	height:30px;
	padding:2px;
}
.tb-thumb .tb-selected div {
	background-color:#FFFFFF;
	border:medium none;
}
.tb-thumb li div {
	border:1px solid #CDCDCD;
}
div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:200px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
div.zoomMask {
	position:absolute;
	background:url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
}

/*art描述*/

.box_riht {
	width:750px;
	float: left;
	float:right;
}

.box_riht h1{
	font-size:14px;
	font-weight:bold;
	background:#DCDCDC;
	color:#666666;
	line-height:30px;
	text-indent:30px;
}

.box_riht ol {
	

}
.box_riht li {
	line-height:30px;
	font-size:14px;	
}





/*全局内页右*/

.same{
	width:840px;
	float: right;
}

.same h2{
	height:30px;
	line-height:30px;
	background:#999966;
}

.about_right ul,
.list_news ol,
.art_news ol{
	margin:0 auto;
	padding:10px 0;
}


.about_right ul li{
	line-height:25px;
	font-size:14px;
	margin:0 5px;
}

.list_art_right{


}
.list_art_right dl{
	float:left;
	margin:10px;
}

.list_art_right dl img{
	width:253px;
	height:225px;
	padding:2px;
	border:1px solid #AAAAAA;
	
}

.list_art_right dl dd {
		text-align:center;
		line-height:55px;
		line-height:55px;		
}

.list_art_right dl img:hover,
.thumbnail img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.8;	
}

.list_art_right dl  a,
.thumbnail a{
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#333333;
}

.list_art_right dl a:hover,
.thumbnail a:hover{
	color:#002F63;
}


/*more*/

.c_top .right b a{
	float:right;
	color: #FFFFFF;
	padding-right:5px;
}

.more em{
	float:right;
	color:#FFFFFF;
	font-size:12px;
	padding-right:10px;
	padding-right:5px;
}

.more b a{
	float:right;
	color: #656162;
	line-height:29px;
	padding-right:5px;
}

.same em{
	float:right;
	padding-right:5px;
}

.same b{
	font-size:14px;
	font-weight:bold;
}


/*首页滚动*/

.gd{
	margin:0 auto;
}

.gd img{
	width:260px;
	height:195px;
	margin:0 20px;
	padding:2px;
	border:1px solid  #ccc;
}

.gd span{
 	display:block;
	line-height:60px;
	text-align:center;
	font-size:14px;
}

.gd span a{
	color:#D32526;
	
}

.gd span a:hover{

	text-decoration:none;
}


/*首页图文资讯主控*/

.infiniteCarousel {
  position: relative;
  margin:0 auto;
}

.infiniteCarousel .wrapper {
  width:930px; 
  overflow: hidden;
  margin: 0 30px;
  top: 0; 
}

.infiniteCarousel .wrapper ul {
	
}

.infiniteCarousel ul li {
  display:block;
  color:#6C6D61;
  float:left;
  padding: 10px 6px;
  height: 147px;
  width: 147px;
  text-align:center;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited{
	color:#6C6D61;
}
.infiniteCarousel .wrapper ul li a:hover{
	text-decoration:underline;
}
.infiniteCarousel ul li a:hover img {
 	 border-color: #aaa;
}

.infiniteCarousel ul a img {
	/*  border:1px solid #E3E3E3;
	  padding:2px;*/
	  width:130px;
	  height:162px;
	  display:block;
}

.infiniteCarousel ul li a span{
	   display:block;
	   line-height:17px;
	   padding-top:6px;
}
.infiniteCarousel .arrow {
	  display: block;
	  height: 26px;
	  width: 26px;
	  text-indent: -999px;
	  position: absolute;
	  top: 70px;
	  cursor: pointer;
	  outline: 0;
  
}
.infiniteCarousel .forward {
	  background:url(../images/green_right.jpg) no-repeat left center;
	  right: 0;
}
.infiniteCarousel .back {
	  background:url(../images/green_left.jpg) no-repeat left center;
	  left: 0;
}


/*设备展示图牛展示*/

#lightbox{
	position: absolute;
	left: 0;
	width:100%;
	z-index:9999;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}

#prevLink, 
#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink{
	left: 0; float: left;
 }
 
#nextLink{ 
	right: 0; float: right;
}

#prevLink:hover,
#prevLink:visited:hover{ 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover,
#nextLink:visited:hover{ 
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	
	padding:0 10px; 
	color: #666;
 }
#imageData #imageDetails{
	width: 70%; 
	float: left; 
	text-align: left; 
 }	
#imageData #caption{
	font-weight: bold;	
 }
#imageData #numberDisplay{
 	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
 }			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right; 
	padding-bottom: 0.7em;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

.section{
	
}

.thumbnail{
	float:left;
	margin-top:20px;
	margin-left:10px;
	text-align:center;	
}	

.thumbnail img{
	width:220px;
	height:162px;
	background:#ccc;
	padding:1px;
}

.thumbnail h3{
	line-height:32px;
	display:block;
}




/*页*/

.ye{
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	padding-top:5px;
}

/*一*/
.dede_pages{
	width:100%;
	margin:0 auto;
	
}
.dede_pages ul{
	float:right;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/*二*/

/*pages*/
.pagination-wrapper {
clear:both;
padding:1em 0 2em 0;
text-align:center;
}
.pagination {
display: inline-block;
*display: inline;
*zoom: 1;
font-size:12px;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li{
list-style: none;
display: inline;
float: left;
line-height: 1em;
text-decoration: none;
border: 1px solid #ddd;
border-left-width: 0;
}
.pagination li a {
display: inline-block;
padding: .5em .8em;
background-color: #f9f9f9;
color: #999;
}
.pagination li a:link{
background:#fff;
color: #4C78A5;
}
.pagination li a:hover{
text-decoration:none;
}
.pagination li a:link:hover {
color: #000;
}
.pagination li.thisclass {
background-color: #f9f9f9;
color:#999;
}
.pagination li:first-child {
border-left-width: 1px;
border-radius: 3px 0 0 3px;
}
.pagination li:last-child{
border-radius: 0 3px 3px 0;
}
.pagination .pageinfo{
color: #444;
}

.link a{
	color:#CCCCCC;


}





/*留言*/

.guest{
	
}

.guest table{
	
}

.an{
	width:100%;
	margin:0 auto;
	margin-left:70px;
}

.sub{
	cursor: pointer;
	border:1px  solid  #666666;
	width:70px;
	height:28px;
	display:block;	
}
.guest b{
	color:#FF0000;
	font-size:12px;
	padding-left:5px;
}

.smhd{
	padding-left:60px;
	font-size:14px;

}

/*底部*/

.footerdiv{
	background: #2F2F2F;
}

.footer{
	margin:0 auto;
	width:1100px;
	height:430px;
	text-align:center;
	color:#FFFFFF;	
}

.footernav{
	float:left;
	width:800px;
	height:370px;	background:url(../images/rw3.jpg) no-repeat 85% 80%;
}

.footernav div {
	padding:50px;
	
	
}

.footernav div ul{
	float:left;
	margin:0 18px;
}

.footernav div ul h1{
	font-size:16px;
	font-weight:bold;


	
}
.footernav div ul li {
	text-align:left;
	
}


.footernav div ul li a{
	line-height:35px;
	color:#CCCCCC;
	
}

.footercall{
	float:right;
	width:300px;
	height:370px;
}

.footercall ul{
	padding:50px 10px;
}

.footercall ul h1{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}


.footercall ul li{
	text-align:left;
	line-height:25px;
	color:#CCCCCC;

}

.footercall ul li a{
	color:#CCCCCC;
	

}

.copy ul li{
	color:#CCCCCC;
	border-top:1px solid #484848;
	line-height:50px;
	

}

.copy ul li a{
	color:#CCCCCC;
	

}

/*
.footer ul {
	padding-top:10px;
}

.footer ul li{
	line-height:20px;	
}

.footer ul li a{
	color:#FFFFFF;
	text-decoration:underline;
}
*/